-
as seen on Programmers
- Search for 'Programmers'
Why does Paul Graham advocate Lisp? Why did ITA Software choose Lisp over other High Level languages?
Lisp obviously is an advantage for the AI stuff but I don't think Lisp is any faster than Java, C# or as a matter of fact faster than C. Still it is considered as a Hackers language? I am not a master…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Wow, so far in this series, I have interviewed some very good friends, and some truly excellent writers (and usually both), but today, following on the heels of Jason Strate , we are going to hit someone whose name is synonymous with community, a person who really needs no introduction. According…
>>> More
-
as seen on Samir ASP.NET with C# Technology
- Search for 'Samir ASP.NET with C# Technology'
Originally, it was made to resolve problems on IE8 32 bits when you use a 32 bits OS. I changed "%ProgramFiles(x86)%" var, and now my issue is resolved for IE8 32 bits on my Windows 7 64 bits. Please try it, and tell me if everything work for you.
For Win 7 64 bits :
1 - Create a new notepad…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a system runnning nginx / php-fpm / varnish / wordpress and amazon s3.
Now I have looked at a lot of configuration files while setting up the system, and in all of them I found something like this:
/* If the request is for pictures, javascript, css, etc */
if (req.url ~ "\.(jpg|jpeg|png|gif|css|js)$")…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can't get Solr working. I have Jetty, and my server OS is Ubuntu 9.10.
It is a VPS server.
So, when I execute the java -jar start.jar everything seems fine.
I even do a netstat to check if there are any listeners on the port before the start and after the start, and it seems solr is starting.
However…
>>> More